home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Utilities / Misc / comment
Encoding:
Text File  |  1998-10-23  |  315 b   |  18 lines  |  [TEXT/ScoM]

  1. #| s-expressions |#
  2.  
  3. Prevents a block of code being executed. 
  4.  
  5. #| --- these are not needed now ---
  6. (initdef)
  7. (defsym a '(a b))
  8. (defsym b '(b a))
  9. |#
  10.  
  11. Another way to create a comment is to precede a line with ;. This is often used when adding comments within a score file.
  12.  
  13. ; Section A definitions
  14.  
  15. (setq ....
  16.  
  17. etc.
  18.